PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocument Class / insertFile Method / insertFile(int,int,String) Method
Position in the collection where the pages from the file are inserted.
Position in the collection where the outlines from the file are inserted.
Path to PDF file to append.
In This Topic
    insertFile(int,int,String) Method
    In This Topic
    Inserts a PDF file in the document.
    Syntax
    public void insertFile( 
       int pageIndex,
       int outlineIndex,
       java.lang.String fileName
    )

    Parameters

    pageIndex
    Position in the collection where the pages from the file are inserted.
    outlineIndex
    Position in the collection where the outlines from the file are inserted.
    fileName
    Path to PDF file to append.
    See Also